A 3 dice version has been asked and answered.
However it is much simpler to count when you only throw the dice 3 times.
I am interested in a solution using probability generating functions (PGF). (Would be nice to see a counting one too).
I got that the PGF of one throw is: $$\frac16\left(s+s^2+s^3+s^4+s^5+s^6\right)=\frac16s\left(1+s+s^2+s^3+s^4+s^5\right).$$ Hence the PGF of 7 independent throws is: $$\frac1{6^7}s^7\left(1+s+s^2+s^3+s^4+s^5\right)^7.$$ However I do not know where to take it from here.
Let $$f(s) = \frac{1}{6^7}s^7{(1+s+s^2+s^3+s^4+s^5)}^7 $$ We want to find the coefficient of $s^{14}$ when $f(s)$ is expanded. One way to do this is to notice that $1 + s + s^2 + \dots + s^5$ is the sum of a geometric series, for which we have a formula. $$\begin{align} f(s) &= \frac{1}{6^7} s^7 \left( \frac{1-s^6}{1-s} \right) ^7 \\ &= \frac{1}{6^7} s^7 \; (1-s^6)^7 \;(1-s)^{-7} \\ &= \frac{1}{6^7} s^7 \cdot \sum_{i=0}^7 (-1)^i \binom{7}{i} s^{6i} \cdot \sum_{j=0}^{\infty} \binom{7+j-1}{j} s^j \end{align}$$ by use of the Binomial Theorem.
We have a coefficient of $s^{14}$ in the product whenever $6i + j = 7$ with $0 \le i \le 7$ and $0 \le j$ in the last equation above. There are only two possibilities: $(i,j) = (0,7)$ and $(i,j) = (1,1)$.
Can you take it from there?