Not quite how it works. In order to calculate the probability that you'll draw at least one of those cards, you need to have the probability that you'll be drawing exclusively from the remaining 57 cards, and then subtract that from one.
To get that, you get C(57,7) / C(60,7) (where C(a,b) is...