For SARSA, I know we can estimate the action value $Q(s,a)$, and the relationship between $V(s)$ and $Q(s,a)$ is $V_{\pi}(s) = \sum_{a \in \mathcal{A}} \pi(a|s)Q_{\pi} (s,a)$.
So my question is, can we simply estimate $V_{\pi}$ by applying the above equation to the $Q_{\pi}$ that we derived from SARSA? Will there be any restrictions to prevent estimating $V_{\pi}$ through SARSA?