Conditional inside search result excerpt

You are making typical mistake between conditional tags which tell you which kind of page are you on (search in your case) and functions which tell you data of the current post in the loop.

What you want in this case is probably get_post_type() and make your output conditional on result of it.