To do wildcards it would be
WHERE (softwareName LIKE '%Windows Internet Explorer 7%')
Use the % like you would a * and use LIKE instead of =.
As far as IE, the problem is that it is built into Windows so it does not always show up in the Add/Remove programs. To get around this you need to create a custom scan file and make reports based on that.